Skip to content

Conversation

@basnijholt
Copy link
Owner

Summary

  • Removed duplicate example content that was placed outside the OUTPUT:START/OUTPUT:END blocks in the docs template
  • This was causing rendering issues due to stray code fences (```) that broke markdown structure
  • After doc generation, the duplicate content resulted in doubled examples

Test plan

  • Verified uv run python docs/docs_gen.py --verify passes
  • Pre-commit hooks pass
  • CI should pass and docs should render correctly after generation

The template file had duplicate example content placed outside the
OUTPUT:START/OUTPUT:END blocks, which caused rendering issues due to
stray code fences and resulted in duplicated content after doc generation.

Removed the orphaned content so only the CODE/OUTPUT block templates
remain, which get properly filled during CI doc generation.
@basnijholt basnijholt merged commit dff4f8d into main Jan 14, 2026
14 checks passed
@basnijholt basnijholt deleted the fix-examples-doc-template branch January 14, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants